home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue35 / clinic / ResConst.pas < prev    next >
Pascal/Delphi Source File  |  1998-03-11  |  102b  |  12 lines

  1. unit ResConst;
  2.  
  3. interface
  4.  
  5. const
  6.   bmpAthena = 1;
  7.   bmpChemical = 2;
  8.  
  9. implementation
  10.  
  11. end.
  12.